var runtime.allglen

4 uses

	runtime (current package)
		proc.go#L684: 	allglen uintptr
		proc.go#L698: 	atomic.Storeuintptr(&allglen, uintptr(len(allgs)))
		proc.go#L718: 	length := atomic.Loaduintptr(&allglen)
		proc.go#L5700: 	n := int32(atomic.Loaduintptr(&allglen)) - sched.gFree.stack.size - sched.gFree.noStack.size